Backport tfm 2 3#44
Open
Vge0rge wants to merge 2 commits into
Open
Conversation
This macro is used by the TF-M tests and is implemented as a patch in the TF-M patch files for TF-PSA-Crypto. Since Oberon PSA crypto acts as TF-PSA-Crypto provider add this here. This will be communicated to Oberon so that we can drop this noup. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no> (cherry picked from commit a9e11ac)
Allow a CMAC key to be used with SP800-108 CMAC since they are compatible. This was triggered when running the TF-M regression test: TFM_S_CRYPTO_TEST_1057 which uses a CMAC key for the key derivation, you can check the function: psa_key_derivation_sp800_108_counter_cmac_test_vector from the file crypto_tests_common.c Another solution to this is to update the test and set the algorithm to SP800-108 CMAC but this will take more time and it is better in the mean time to execute this test. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no> (cherry picked from commit 1b16da9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.